projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ba2382
)
mmc: uniphier-sd: Add R8A77995 D3 compatible
author
Marek Vasut
<
[email protected]
>
Sat, 21 Oct 2017 09:33:20 +0000
(11:33 +0200)
committer
Marek Vasut
<
[email protected]
>
Sat, 9 Dec 2017 12:36:26 +0000
(13:36 +0100)
Add new compatible to the Uniphier SD driver for R8A77995 D3 SoC.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Masahiro Yamada <
[email protected]
>
Cc: Nobuhiro Iwamatsu <
[email protected]
>
drivers/mmc/uniphier-sd.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/uniphier-sd.c
b/drivers/mmc/uniphier-sd.c
index 4d287ef9560b404d8654a4ea6afd23363acdf6ce..741f9dfd9cd45141e450357b2d8faa1b687bf42a 100644
(file)
--- a/
drivers/mmc/uniphier-sd.c
+++ b/
drivers/mmc/uniphier-sd.c
@@
-850,6
+850,7
@@
static const struct udevice_id uniphier_sd_match[] = {
{ .compatible = "renesas,sdhi-r8a7795", .data = UNIPHIER_SD_CAP_64BIT },
{ .compatible = "renesas,sdhi-r8a7796", .data = UNIPHIER_SD_CAP_64BIT },
{ .compatible = "renesas,sdhi-r8a77970", .data = UNIPHIER_SD_CAP_64BIT },
+ { .compatible = "renesas,sdhi-r8a77995", .data = UNIPHIER_SD_CAP_64BIT },
{ .compatible = "socionext,uniphier-sdhc", .data = 0 },
{ /* sentinel */ }
};